*{
    margin:0;
    padding:0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}
a{
    color:#000;
}

.white{
    color:#fff;
}
html,body{
    width:100%;
    height:100%;
}
.renda_wrapper{
    width:100%;
    margin:0 auto;
    height:100%;
}
.section{
    margin:0 auto;
    height:100%;
}
.section .content{
    width: 1200px;
    margin: 0 auto;
}

/* 头部 */
.renda_wrapper .head{
    height:220px;
    width:100%;
    background-size:cover;
    position: relative;
    overflow: hidden;
}
.head .slider{
    width:100%;
    height:100%;
}
.head .slider ul li a  img{
    width: 100%;
    height: 220px;
}
.head .slider a{
    cursor: initial;
}
.head .search{
    position: absolute;
    top:61%;
    z-index: 200;
    right:30px;
    height:25px;
    width:170px;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.head .logo{
    z-index: 200;
    position: absolute;
    left: 5%;
    top: 15%;
    height: 100px;
}
.head .search img{
    width:15px;
    background: #bfbfbf;
    margin-top: 5px;
}
.head .search input{
    border:0;
    background: #e5e5e5;
    width:140px;
    padding-left: 10px;
    outline: none;
}
.head .search p{
    border:0;
    background: #bfbfbf;
    width:30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.head .nav_box{
    background: rgba(15, 113 ,179 ,.8);
    position: absolute;
    bottom:0;
    z-index: 200;
    width:100%;
    left:0;
    height: 50px;
}
.head .nav{
    height:40px;
    display: flex;
    align-items: center;
    color:#fff;
    width: 1000px;
    margin: 0 auto;
}
.head .nav .item_li{
    padding:0 35px;
    line-height: 40px;
    position: relative;
}
.head .nav .item_li>a{
    color:#fff;
    text-decoration: none;
    font-size: 25px;
}
.head .nav .item_li:hover{
    background: #fff;
    color:#d70211;
}
.head .nav .item_li:hover>a{
    color:#d70211;
}


/* 内容部分 */

.h1-title{
    margin:40px auto;
    font-size: 22px;
    font-weight: bold;
}
.h1-title h1{
    height:80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    width:100%;
}
.h1-title span{
    background: #d70211;
    color:#fff;
    display: block;
    width:136px;
    text-align: center;
}
.h1-title p{
    background: #f5f5f5;
    color:#000;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-left: 20px;
}
.rightTab{
    display: flex;
    align-items: center;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rightTab li a{
    color: rgb(25,114,230);
}
.rightTab img{
    width:20px;
}
.rightTab li:first-child{
    display: flex;
    align-items: center;

}

.main1Swapper{
    display: flex;
    height:300px;
}
.main1Swapper .left{
    width:50%;
    height:100%;
}
.main1Swapper .right{
    width:50%;
    height:100%;
    padding:0 15px;
    /* overflow-y: auto; */
}
.main1Swapper .right .newsList .li{
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 29px;
}
.main1Swapper .right .newsList .li a{
    font-size: 18px;
    color:#595757;
    width: 65%;
    display: inline-block;
    overflow: hidden;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main1Swapper .right .newsList .li span{
    float: right;
}
.imgList a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.rdzq {background:#f5f5f5;height:90px;margin: 40px 0 10px;}
.rdzq h1 a{
    color: #fff;}
.rdlist a:hover{font-weight: bold;color:rgb(25,114,230)}
.rdzq h1 {font-size:18px;color:#fff;width:210px;padding:25px 10px 8px 7px;position:relative;top:-5px;margin-left:10px;margin-right:20px;}
.rdzq_left{width:50%;float: left}
.rdzq_right{width:50%;float: left}
.rdlist {margin-right:5px;padding-top:5px;width:49%;
    font-size: 18px;}
.rdlist  li {margin:12px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.citylist {width:640px;padding-top:5px;}
.citylist  li {margin:15px 30px 0 0;width:290px;float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}



.qiepian{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 10px;
}
.qiepian a{
    width: 25%;
    height: 130px;
}
.qiepian a img{
    width: 98%;
    border: 3px solid #aba9a9;
}
/*
.main1Swapper .right .newsList li:first-child p{
    color:#0f6fc5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
} */
.main1Swapper .right .newsList li:first-child .detail{
    background: #f9f9f9;
    text-overflow: -o-ellipsis-lastline;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 20px;
    padding:4px;
}
.main1Swapper .right .newsList li span{
    color:#595757;
}
.main1Swapper .right .newsList li:hover{
    font-weight: bold;
}
.main1Swapper .right .newsList li:hover a,.main1Swapper .right .newsList li:hover span{
    color:rgb(25,114,230);
}
.main1Swapper .left{
    padding:0 10px 0 0;
}
.swiper-container1{
    width:100%;
    height:100%;
}
.swiper-container1 img{
    height:100%;
    width: 100%;
    object-fit: cover;
}

.swiper-container1 .swiper-slide p{
    width:100%;
    top:275px;
    background: rgba(0, 0, 0, .5);
    color:#fff;
    line-height: 25px;
    z-index: 99;
    position: absolute;
    padding-left: 15px;
}
.swiper-container1 .swiper-slide p a{
    color:#fff;
}
.swiper-pagination-bullet{
    background: #fff;
}
.swiper-container3{
    height:180px;
    margin:20px 0;
    
}
.newsCenter{
    display: flex;
    margin:20px 0;
}
.newsCenter .newsleft{
    display: flex;
    width:50%;
    background: #f9f9f9;
}
.newsCenter .newsleft img{
    width:60px;
    position: relative;
    top:-5px;
}
.newsCenter .newsleft p{
    font-size: 14px;
}
.newsCenter .newsleft .text p,.newsCenter .newsleft .text b,.newsCenter .newsleft .text a{
    width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsCenter .newsleft .text{
    line-height: 25px;
    padding:0 30px 0 15px;
}
.newsCenter .newsleft .text b{
    font-size: 16px;
}
.newsleft .titleImg{
    position: relative;
}
.newsleft .titleImg b{
    position: absolute;
    top:18px;
    font-size: 16px;
    left:10px;
    width:40px;
    color:#fff;
}
.newsleft .titleImg b a{
    color:#fff;
}
.img_banner{
    width:100%;
    margin-top:5px;
}
.img_banner img{
    width:100%;
}
.imgList{
    width:100%;
    /*margin: 0px 10px;*/
    display: flex;
    justify-content: space-between;
}
.imgList a{
    width: 49%;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 25px;
    color: rgb(253,205,110);
    background: url('../images/byzh/title1.png');
    background-size: 100% 100%;
    text-shadow: rgb(119,12,14) 2px 0 1px, rgb(119,12,14) 0 2px 1px, rgb(119,12,14) -2px 0 1px, rgb(119,12,14) 0 -2px 1px;
}
.imgList a:first-child{
    background: url('../images/byzh/title2.png');
    background-size: 100% 100%;
    color: rgb(228 26 40);
    text-shadow: rgb(321,147,39) 2px 0 1px, rgb(321,147,39) 0 2px 1px, rgb(321,147,39) -2px 0 1px, rgb(321,147,39) 0 -2px 1px;
}
.imgList2 a{
    background: url('../images/byzh/banner1.png');
    background-size: cover;
}
.imgList2 a:last-child{
    background: url('../images/byzh/banner2.png');
    background-size: cover;
}

.lingdao{
    width:100%;
    position: relative;
    overflow: auto;
}
.lingdao .ldLeft{
    width:40%;
    float: left;
}
.ldLeft .ldImg{
    display: flex;
    background: #f9f9f9;
    padding:10px;
}
.ldLeft .ldImg .detail .zhuren{
    font-size: 18px;
}
.ldLeft .ldImg .detail b{
    font-weight: normal;
}
.ldLeft>p{
    width:100%;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    font-weight: 600;
    background: #f9f9f9;

}
.ldLeft .ldImg img{
    width:100px;
    flex-shrink: 0;
}
.ldLeft .ldImg .detail{
    margin-left: 20px;
    flex: 10px;
}
.ldLeft .ldImg .detail p{
    line-height: 22px;
    color:#000000;
    font-size: 15px;
   /* font-weight: 600;*/
}

.ldLeft .ldImg .detail>p:last-child{
    display: flex;
    flex-wrap: wrap;
    /*font-size: 18px;*/
    width:86%;
    justify-content: space-between;
}
.ldRight .title .title-nav li{
    color: #0c77af;
}
.ldRight .title .title-nav li a{
    color: inherit;
}
.ldLeft .ldImg .detail p:last-child a{
    width:33%;
    margin: 10px 0;
    text-align: left;
    flex-shrink: 0;
    color: #000000;
    font-size: 16px;
 }
.ldRight{
    width:60%;
    height: 100%;
    padding-left: 20px;
    overflow-y: hidden;
    position: absolute;
    right: 0;
}
.ldLeft .list{
    display: flex;
    flex-direction: column;
}
.ldLeft .list a{
    background: rgb(15, 111 ,197);
    margin:5px 0;
    display: flex;
    justify-content: center;
}
.ldLeft .list p{
    display: flex;
    line-height: 40px;
    color:#fff;
    align-items: center;
    font-size: 14px;
}
.ldLeft .list p a{
    color:#fff;
}
.ldLeft .list img{
    width:20px;
    height:auto;
    margin:0 10px;
}
.ldLeft .list span{
    display: inline-block;
    width: 90px;
}
.ldRight .title{
    display: flex;
    align-items: center;
    margin:15px 0;
}
.ldRight .ldRight_cont{
    height: 100%;
}
.ldRight .title b{
    font-size: 16px;
}
.ldRight .title .title-nav{
    display: flex;
    width: 93%;
    margin: 0 auto;
    font-size: 22px;
    justify-content: space-between;
}
.ldRight .title .title-nav li{
    border-right: 2px solid #ccc;
    text-align: center;
    width:25%;
    cursor: pointer;
}
.ldRight .title .title-nav li:last-child{
    border:0;
}

.workMain1{
    height: 100%;
    background: #f9f9f9;
    padding:15px;
}
.workMain1 .imgText{
    display: flex;
}
.workMain1 .imgText img{
    width:160px;
    object-fit: cover;
}
.workMain1 .text{
    text-align: center;
    padding:0 15px;

}
.workMain1 .text p:last-child{

    text-indent: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 14px;
    color:#676565;
    margin-top: 10px;
}

.context .content{
    width: auto;
}

.workMain1 .list{
}
.workMain1 .list li{
    font-size: 18px;
    line-height: 38px;
    display: flex;
    justify-content: space-between;
}
.workMain1 .list li a{
    color: #595757;
}
.workMain1 .list li p{
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#484848;
}
.workMain1 .list li:hover p a,.workMain1 .list li:hover span{
    color: rgb(25,114,230);
}
.workMain1 .list li span{
    float: right;
    flex-shrink: 0;
    font-size: 16px;
}
.ziliaoTitle{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:40px 0 10px 0;
}
.ziliaoTitle .border{
    height:4px;
    width:100%;
    background: #d51a00;
    border-radius: 2px;
}
.ziliaoTitle .title{
    color:#d51a00;
    font-weight: 600;
    font-size: 20px;
}
.swiper-container2 .swiper-slide a{
    margin-top:15px;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.swiper-container2 .swiper-slide img{
    width:96%;
    height: 100px;
    border: 2px solid #ef4040;
}
.swiper-container2 .swiper-slide a .black{
    color: #b51c08;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.swiper-container2 .swiper-slide a span{
    position: absolute;
    font-size: 28px;
    color: #fff;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: rgb(97,40,10) 2px 0 0, rgb(97,40,10) 0 2px 0, rgb(97,40,10) -2px 0 0, rgb(97,40,10) 0 -2px 0;
}
.dixian{
    margin-top: 20px;
}
.huiyi{
    margin:20px 0;
}
.huiyi .nav .left{
    display: flex;
    background: #0f6fc5;
    padding: 5px;
    color:#fff;
    width:60px;
    height:80px;
}
.huiyi .nav{
    display: flex;
    align-items: center;
}
.huiyi .nav .left p{
    width:30px;
    display: flex;
    align-items: center;
    text-align: center;
}
.huiyi .nav .active{
    background: #fff;
    color:#0f6fc5;
}
.huiyi .nav .right{
    display: flex;
    border-bottom: 2px solid #0f6fc5;
    margin-left: 15px;
    width:100%;
    justify-content: space-between;
}
.huiyi .nav .right li{
    position: relative;
    line-height: 40px;
}
.huiyi .nav .right li b{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:1px;
    height:7px;
    background: #0f6fc5;
}
.huiyi .nav .right li span.active{
    display: block;
    position: absolute;
    bottom:-22px;
    left:0;
    right:0;
    margin:auto;
    width:10px;
    height:10px;
    border:10px solid transparent;
    border-bottom: 10px solid #0f6fc5;
}
.huiyiList {
    display: flex;
    margin-top: 20px;
    position: relative;
    min-height: 200px;
}
.huiyiList>a{
    position: absolute;
    height: 100%;
}
.huiyiList a{
    width: 350px;
    text-align: center;
}
.huiyiList img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: inline-block;
}
.huiyiList .right{
    margin-left: 370px;
}
.huiyiList .right>p{
    line-height: 30px;
    font-size: 18px;
}
.huiyiList .right>p a{
    color:#0f6fc5;
    font-weight: bold;
}
.huiyiList .huiyiListIn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.huiyiList .huiyiListIn li{
    width:49%;

    font-size: 14px;
    color:rgb(78, 77, 77);
    line-height: 35px;
    display: flex;
    align-items: center;
}
.huiyiList .huiyiListIn li p{
    width:370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.huiyiList .huiyiListIn li p a{
    color:#595757;
}
.huiyiList .huiyiListIn li p:hover{
    font-weight: 600;
}
.huiyiList .huiyiListIn li b{
    display: inline-block;
    margin:0 5px;
    background:rgb(78, 77, 77);
    width:3px;
    height:3px;
    border-radius: 50%;
}

.dixianMain{
    display: flex;
    height:300px;
}
.dixian .title{
    display: flex;
    align-items: center;
}
.dixian .title img{
    width:40px;
    margin-right:15px;
    border-bottom:1px solid #0f6fc5;
}
.dixian .title .dixian_tabs{
    font-size: 20px;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
}
.dixian .title .dixian_tabs:last-child{
    border-left: 1px solid rgb(20, 111, 190);
    padding-left: 20px;
}

.dixian .title .active{
    color: rgb(20, 111, 190);
}
.dixian .title .dixian_tabs a{
    color: rgb(20, 111, 190);
}
.dixian .title .dixian_tabs a:hover{
    color: rgb(215, 2, 17);
}

.dixian_more{
    position: absolute;
    padding: 10px;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    top:28px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    display: none;
}
.dixian_more_item{
    width: 150px;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}
.dixian_more_item:hover{
    background-color: #ccc;
}

.dixianMain .dixianLeft{
    width:50%;
}
.dixianMain .dixianRight{
    width:50%;
    margin-left:10px;
    overflow: hidden;
}
.dixianMain .list{
    background: #f9f9f9;
    padding:10px 6px;
    height:260px;
    width: 100%;
}
.dixianMain .list li{
    font-size: 18px;
    line-height: 35px;
    display: flex;
}
.dixianMain .list li p{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#484848;
}
.dixianMain .list li p a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;
    display: inline-block;
}

.dixianMain .list li:hover p a,.dixianMain .list li:hover span{
    color: rgb(25,114,230);
}
.dixianMain .list li span{
    float: right;
    flex-shrink: 0;
}
.dixianRight{
    display: flex;
}
.dixianRight img{
    height: 260px;
}
.dixian .dixianHidden{
    display: none;
}
.bottomNav .title-nav{
    display: flex;
    width:100%;
    margin: 30px 0 20px 0;
    justify-content: space-between;
}
.bottomNav .title-nav li{
    border-right: 2px solid #ccc;
    text-align: center;
    width:25%;
}
.bottomNav .title-nav li img{
    width:15px;
    margin-left: 20px;
}
.bottomNav .title-nav li:last-child{
    border:0;
}
.bottomBorder{
    width:85%;
    height:4px;
    border-radius: 3px;
    background: #d50000;
    /* position: relative;
    left:-50px; */
    margin:10px auto 20px auto;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.footer img{
    width:70px;
    margin-right:15px;
}
.footer .detail p{
    line-height: 30px;
}
.link-box{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.link-box select {
    border: none;
    font-size: 18px;
    margin: 0px 12px;
    background: #fff;
    outline: none;
    width: 115px;
}
.sub_item{
    position: absolute;
    top: 40px;
    left: -55px;
    z-index: 3;
    padding: 5px 10px;
    display: none;
}
.sub_li{
    font-size: 16px;
    width: 210px;
    padding: 10px;
    /* height: 32px; */
    background: #0c77af;
    line-height: 32px;
    text-align: center;

}
.sub_li:hover a{
    color:red;
}
.sub_li a{
    color: #fff;
}

/* 增加 */
.fzwright .gdrdyw h1 a{
    color:#fff;
}

.imgVideo{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.imgVideo .left{
    width:60%;
    height:100%;
}
.imgVideo .right{
    width:39%;
}
.imgVideo ul.imgList{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    height: 297px;
}
.imgVideo ul.imgList li{
    width:30%;
    margin: 0 10px;
}
.imgVideo ul.imgList li img{
    height: 120px;
    width: 100%;
    object-fit: cover;
    align-self: center;
}
.imgVideo ul.imgList li p{
    margin:10px 0;
    width: 100%;
}
.imgVideo .videoList{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.imgVideo .videoList>div{
    width:50%;
    text-align: center;
}
.imgVideo .videoList>div img{
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.imgVideo .videoList p{
    margin:10px 0;
}
.imgVideo ol.videoListIn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:325px;
    margin-left: 10px;
}
.imgVideo ol.videoListIn li{
    width:49%;
    display: flex;
    text-align: center;
}
.imgVideo ol.videoListIn li:nth-child(even){
    margin-left: 1%;
}
.imgVideo ol.videoListIn li img{
    height:110px;
    width: 100%;
    object-fit: cover;
}
.imgVideo .left .title{
    font-size: 20px;
    color:#b23c3c;
    border-bottom: 1px solid #b23c3c;
    line-height: 47px;
    display: flex;
    justify-content: space-between;
}
.imgVideo .left .title{
    font-size: 14px;
}
.borderImg{
    width: 650px;
    display: block;
}
.zhauntiHEad{
    width:100%;
    background: #890213;
    height:45px;
    margin-bottom: 10px;
}
.zhauntiHEad .headIN{
    width:1000px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:45px;
}
.zhauntiHEad .headIN p{
    display: flex;
    align-items: center;
}
.zhauntiHEad .headIN p img{
    width:40px;
}
.zhauntiHEad .headIN p b{
    color:#fff;
    font-size: 20px;
}
.zhauntiHEad .headIN a{
    color:#fff;
}
.content{
    width: 1000px;
    margin: 0 auto;
}
.jcyw {
    margin: 10px auto;
    overflow: hidden;
    padding: 0 5px;
    height: 160px;
}
.huiyi_text{
    background: #0f6fc5;
    color: #fff;
    padding: 3px 5px;
    font-style: normal;
}
.huiyi ul li i{
    font-style: normal;
}


